home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 October / The Sunday Times - The Month 2004-10.iso / pc / assets / bespoke / kids / code / code_message.swf / scripts / frame_5 / DoAction.as
Text File  |  2004-09-06  |  288b  |  10 lines

  1. addTileID = setInterval(MorseCode.addTile,10);
  2. MorseCode.arrIntervals.push(addTileID);
  3. MorseCode._tl.message_txt.onChanged = function()
  4. {
  5.    var _loc1_ = MorseCode._tl.message_txt.text;
  6.    var _loc2_ = _loc1_.toUpperCase();
  7.    MorseCode._tl.message_txt.text = _loc2_;
  8. };
  9. stop();
  10.